crypto/sha512.digest.function (field)

18 uses

	crypto/sha512 (current package)
		sha512.go#L87: 	function crypto.Hash
		sha512.go#L91: 	switch d.function {
		sha512.go#L143: 	switch d.function {
		sha512.go#L174: 	case d.function == crypto.SHA384 && string(b[:len(magic384)]) == magic384:
		sha512.go#L175: 	case d.function == crypto.SHA512_224 && string(b[:len(magic512_224)]) == magic512_224:
		sha512.go#L176: 	case d.function == crypto.SHA512_256 && string(b[:len(magic512_256)]) == magic512_256:
		sha512.go#L177: 	case d.function == crypto.SHA512 && string(b[:len(magic512)]) == magic512:
		sha512.go#L214: 	d := &digest{function: crypto.SHA512}
		sha512.go#L221: 	d := &digest{function: crypto.SHA512_224}
		sha512.go#L228: 	d := &digest{function: crypto.SHA512_256}
		sha512.go#L235: 	d := &digest{function: crypto.SHA384}
		sha512.go#L241: 	switch d.function {
		sha512.go#L283: 	switch d0.function {
		sha512.go#L323: 	if d.function != crypto.SHA384 {
		sha512.go#L333: 	d := digest{function: crypto.SHA512}
		sha512.go#L341: 	d := digest{function: crypto.SHA384}
		sha512.go#L351: 	d := digest{function: crypto.SHA512_224}
		sha512.go#L361: 	d := digest{function: crypto.SHA512_256}